使用github page顯示靜態網頁

使用github page顯示靜態網頁

設定github綁定金鑰

  1. 在本地端新增ssh資料夾
  2. 取得公鑰、私鑰,將公鑰貼上github
  3. 新增ssh完成

repository推上GitHub

  1. 在github 新增 repository
  2. git commit
  3. git remote add origin git@github.com:leahlin912/111.git
  4. git push -u origin master

repository推上GitHub Page

  1. 建立新的branch: git branch gh-pages
  2. 推上github: git push origin gh-pages
  3. 需要注意的是首頁要命名為index.html
  4. 到[github name].github.io/[repository name]網址查看,你的網頁已經展示在這個網址。

補充說明

  • 切換分支:git checkout <branch name>
    (切換分支的同時,新增分支git checkout -b <branch name>)
  • 合併分支:git merge <another branch name>
  • 更新到伺服器端:git push

  • 補充-第一次更新到伺服器:git push -u origin master(設定預設的remote為origin ; 設定預設的branch為master)

© 2020 Leah's Blog All Rights Reserved. 本站访客数人次 本站总访问量
Theme by hiero